Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all patch dependencies (patch) #427

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/compat 1.2.3 -> 1.2.4 age adoption passing confidence devDependencies patch
@tanstack/react-query (source) 5.60.5 -> 5.60.6 age adoption passing confidence dependencies patch
@types/react (source) 18.3.12 -> 18.3.14 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.3.1 -> 18.3.2 age adoption passing confidence devDependencies patch
@vitejs/plugin-react-swc 3.7.1 -> 3.7.2 age adoption passing confidence devDependencies patch
axios (source) 1.7.7 -> 1.7.9 age adoption passing confidence dependencies patch
docker.io/library/golang 1.22.9 -> 1.22.10 age adoption passing confidence stage patch
eslint-plugin-react-refresh 0.4.14 -> 0.4.16 age adoption passing confidence devDependencies patch
github.com/aws/aws-sdk-go-v2/config v1.28.4 -> v1.28.6 age adoption passing confidence require patch
go (source) 1.22.9 -> 1.22.10 age adoption passing confidence toolchain patch
k8s.io/api v0.30.6 -> v0.30.7 age adoption passing confidence require patch
k8s.io/apimachinery v0.30.6 -> v0.30.7 age adoption passing confidence require patch
k8s.io/client-go v0.30.6 -> v0.30.7 age adoption passing confidence require patch
sigs.k8s.io/controller-runtime v0.18.5 -> v0.18.6 age adoption passing confidence require patch
tailwindcss (source) 3.4.15 -> 3.4.16 age adoption passing confidence devDependencies patch

Release Notes

eslint/rewrite (@​eslint/compat)

v1.2.4

Compare Source

TanStack/query (@​tanstack/react-query)

v5.60.6

Compare Source

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor
Other

Packages

vitejs/vite-plugin-react-swc (@​vitejs/plugin-react-swc)

v3.7.2

Compare Source

Add Vite 6 to peerDependencies range #​207

Thanks @​RobinTail

Revert throw when refresh runtime is loaded twice #​237

Revert the throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.

This revert was done in the Babel plugin last year and I didn't port it back.

axios/axios (axios)

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.16

Compare Source

Fix CJS/ESM interop issue. Sorry everyone for the trouble.

v0.4.15

Compare Source

Add support for custom HOCs (#​60)

By default, the rule only knows that memo & forwardRef function calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:

const Foo = () => <></>;
export default observer(Foo);
{
  "react-refresh/only-export-components": [
    "error",
    { "customHOCs": ["observer"] }
  ]
}

Thanks @​HorusGoul!

Add recommended config and simple types (#​67)

You can now add the recommended config to your ESLint config like this:

import reactRefresh from "eslint-plugin-react-refresh";

export default [
  /* Main config */
  reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users
];

To follow ESLint recommandations, the rule is added with the error severity.

Some simple types ensure that people typecheking their config won't need @ts-expect-error anymore.

Bump ESLint peer dependency to 8.40

This was actually done by mistake in the previous release when moving from a deprecated API to a new one.

Given that ESLint 8 is officialy end-of-life and the only report (#​56) didn't get likes, I'm going forward and documenting the expected minimum version from ESLin in the package JSON so that people can get warning from their package manager.

golang/go (go)

v1.22.10

kubernetes/api (k8s.io/api)

v0.30.7

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.30.7

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.30.7

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.18.6

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.5...v0.18.6

tailwindlabs/tailwindcss (tailwindcss)

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Dec 6, 2024
Copy link
Contributor Author

renovate bot commented Dec 6, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2 v1.32.4 -> v1.32.6
github.com/aws/aws-sdk-go-v2/credentials v1.17.45 -> v1.17.47
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 -> v1.16.21
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 -> v1.3.25
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 -> v2.6.25
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 -> v1.12.1
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 -> v1.12.6
github.com/aws/aws-sdk-go-v2/service/sso v1.24.5 -> v1.24.7
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 -> v1.28.6
github.com/aws/aws-sdk-go-v2/service/sts v1.33.0 -> v1.33.2
github.com/aws/smithy-go v1.22.0 -> v1.22.1

@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.14%. Comparing base (f0e936a) to head (d06492b).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #427   +/-   ##
=======================================
  Coverage   51.14%   51.14%           
=======================================
  Files          73       73           
  Lines        4348     4348           
=======================================
  Hits         2224     2224           
  Misses       1935     1935           
  Partials      189      189           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/patch-all-patch branch from baf2055 to d06492b Compare December 6, 2024 18:30
@renovate renovate bot merged commit 1b8081b into main Dec 6, 2024
8 checks passed
@renovate renovate bot deleted the renovate/patch-all-patch branch December 6, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant